home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-04-03 | 713 b | 45 lines | [TEXT/MPS ] |
- // MADocs.h
- // Copyright © 1984-96 by Apple Computer, Inc. All rights reserved.
- // MacApp document header files.
-
- #ifndef __MADOCS__
- #define __MADOCS__
-
- // Conditional Macros (include before any other headers)
-
- #ifndef __MACONDITIONALMACROS__
- #include "MAConditionalMacros.h"
- #endif
-
- // MacApp Core
-
- #ifndef __MACORE__
- #include "MACore.h"
- #endif
-
- // MacApp Framework
-
- #ifndef __MAFRAMEWORK__
- #include "MAFramework.h"
- #endif
-
- // MacApp Documents
-
- #ifndef __UEDITIONDOCUMENT__
- #include "UEditionDocument.h"
- #endif
-
- #ifndef __UFILEBASEDDOCUMENT__
- #include "UFileBasedDocument.h"
- #endif
-
- #ifndef __USECTION__
- #include "USection.h"
- #endif
-
- #ifndef __USECTIONMGR__
- #include "USectionMgr.h"
- #endif
-
- #endif // __MADOCS__
-